home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-13 | 1006 b | 45 lines |
- [script]
- n0=on 1:CHATOPEN: {
- n1= set %bot $nick %bot
- n2= inc %i
- n3= :start
- n4= set %nick $chat(%i)
- n5= if ($chat(%i) == $null) goto end
- n6= msg = $+ $chat(%i) *** $nick has joined the ▀úiZZa«D Party Line
- n7= inc %i 1
- n8= goto start
- n9= :end
- n10= halt
- n11=}
- n12=on 1:CHAT:!who: {
- n13= set %i 1
- n14= msg = $+ $nick Who's Connected to the ▀úiZZa«D Partyline
- n15= msg = $+ $nick $me
- n16= :main
- n17= if %i > $chat(0) { goto end }
- n18= msg = $+ $nick $chat(%i)
- n19= inc %i
- n20= goto main
- n21= :end
- n22=}
- n23=on 1:CHAT:*: {
- n24= set %i 1
- n25= :main
- n26= if %i > $chat(0) { goto end }
- n27= msg = $+ $chat(%i) < $+ $nick $+ > $parms
- n28= inc %i
- n29= goto main
- n30= :end
- n31=}
- n32=on 1:CHATCLOSE: {
- n33= unset %bot $nick
- n34= set %i 1
- n35= goto start
- n36= :start
- n37= set %nick $chat(%i)
- n38= if ($chat(%i) == $null) { halt }
- n39= msg = $+ $chat(%i) *** $nick has left the ▀úiZZa«D Party Line
- n40= dnc %i
- n41= goto start
- n42=}
-